xend: add a description config item for each guest.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 16 Oct 2009 07:24:47 +0000 (08:24 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 16 Oct 2009 07:24:47 +0000 (08:24 +0100)
commit242a16c3d17d81eb84fe3505417f22140b27af50
tree3509eca3e10dc7d792dc9e0fbea63acf55abd216
parent94140f9757a7b1f96785a9886aded9583671fb29
xend: add a description config item for each guest.

Add a new option "description=" to each VM to increase the
manageability of VM, which could be accessed via "xm list -l
MACHINE".e.g add "description='(name, james),(priority 5), (owner
james.song@company.com)'" to configure file, User can get the VM's
attribute easily by "xm list -l Machine" or some tools.

Signed-off-by: James Song<jsong@novell.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xm/create.py
tools/python/xen/xm/xenapi_create.py